Extended query: parse command freezes backend

Поиск
Список
Период
Сортировка
От M. Bastin
Тема Extended query: parse command freezes backend
Дата
Msg-id a06110401bd14402b0572@[213.224.114.106]
обсуждение исходный текст
Ответ на Extended query language: does it work?  ("M. Bastin" <marcbastin@mindspring.com>)
Ответы Re: Extended query: parse command freezes backend  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
I'm sending this parse command after which the backend completely
stops responding (just the session, not the whole server):

   Byte1('P'): "P"
   Int32:       41
   String:     "mystatement" + null byte
   String:     "select * from mytable;" + null byte
   Int16:       0

I have to close and re-open the frontends' TCP/IP connection to be
able to work again.  PostgreSQL 7.4.2.

Marc

В списке pgsql-novice по дате отправления:

Предыдущее
От: "M. Bastin"
Дата:
Сообщение: Extended query language: does it work?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Speed of the stored procedures?